home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$000000E5,$000000EB,$0000028F,$000001EF,$00000000,$FFFFFFD9,$00000000,$00000000};
- LayoutWindow is {$00000081,$0000002A,$0000028F,$000001EF,$00000055,$0000003A,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 470; Height is 364;
-
-
- Elements is [
- oSurftip2
- ];
- end;
-
- object oSurftip2 is cMovie
- with
- Flags is $00000054;
- Name is "Surftip";
-
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Looping is true;
- URL is "../GUI/Div/L1/Surftip.gif";
- Buffered is true; Layered is true;
- Events is [
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Target is oTargetSelf; Rewind is true; end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cKR_ScriptCommand
- with Flags is $00000004; ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "OnlineManager"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Surftip"; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;